home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / sz-qm.zip / SZDOWN.BAT < prev    next >
DOS Batch File  |  1991-09-15  |  457b  |  14 lines

  1. rem
  2. rem SZModem batch file for use with Qmodem 4.2f   (DOWNLOAD)
  3. rem
  4. rem Qmodem passes port in %2, DTE baud rate in %1, DCE baud rate in %3
  5. rem
  6. rem Current command line options select:
  7. rem    /SZTURBO - enables turbo option
  8. rem    /DL      - Activates DSZ logging to DSZ.LOG
  9. rem    /HARD    - Turns on hardware (RTS/CTS) flow control
  10. rem
  11. rem %4 is the download path as set in Qmodem setup.
  12. rem
  13. SZMODEM PORT %2 BAUD %1 RZ %4 /SZTurbo /DL /HARD
  14.